projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ea3b36
)
* 'syncdoc-type-hierarchy.el' update due to recent changes
author
Andrea Corallo
<acorallo@gnu.org>
Sat, 9 Mar 2024 15:13:47 +0000
(16:13 +0100)
committer
Andrea Corallo
<acorallo@gnu.org>
Sat, 9 Mar 2024 15:19:49 +0000
(16:19 +0100)
* admin/syncdoc-type-hierarchy.el (syncdoc-all-types): Update.
admin/syncdoc-type-hierarchy.el
patch
|
blob
|
history
diff --git
a/admin/syncdoc-type-hierarchy.el
b/admin/syncdoc-type-hierarchy.el
index b5cfdfd8e74aebb1cdcf89caded30f02d648e1d9..e14d7fb54e13cb2931895d759b06bb4562ace640 100644
(file)
--- a/
admin/syncdoc-type-hierarchy.el
+++ b/
admin/syncdoc-type-hierarchy.el
@@
-47,10
+47,6
@@
(defconst syncdoc-all-types
(let (res)
- (maphash (lambda (type _)
- (push type res))
- cl--direct-supertypes-of-type)
-
(mapatoms (lambda (type)
(when (cl-find-class type)
(push type res)))